Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Node / ReticulumProjects / MeshChatX.git / files / scripts / docker / runtime-setup-chainguard.sh

Displaying Raw • Download


scripts/docker/runtime-setup-chainguard.sh be4fc384af23ff862323b0e8736963e3d2716cc2 (be4fc384) Text, 454 B

T8b949e#!/bin/sh
T8b949e# SPDX-License-Identifier: 0BSD
T8b949e# Chainguard/Wolfi final-stage packages, pip bootstrap, and meshchat user.
Tffa657set -eu

apk add --no-cache opus libffi shadow
pip install --no-cache-dir --upgrade Ta5d6ff"pip>=26.0" Ta5d6ff"setuptools" Ta5d6ff"jaraco.context>=6.1.0"
rm -rf /root/.cache/pip

groupadd -g T79c0ff1000 meshchat
useradd --uid T79c0ff1000 --gid T79c0ff1000 --create-home --home-dir /home/meshchat Tffea00\
--shell /sbin/nologin meshchat
mkdir -p /config
chown meshchat:meshchat /config


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────